home *** CD-ROM | disk | FTP | other *** search
/ Remix Doll 3: Dirty Sally / Remix Doll 3: Dirty Sally.iso / fileio / fileio.rc < prev    next >
Encoding:
Text File  |  1994-06-02  |  2.1 KB  |  39 lines

  1. /*****************************************************************************
  2.  
  3.                            Macromedia FileIO XObject
  4.                          Resource File for XMethTable
  5.                                        
  6.                          (c) Copyright 1993 Macromedia
  7.                               All Rights Reserved
  8.  
  9.  *****************************************************************************/
  10. #include <windows.h>
  11.  
  12. XMethTable RCDATA
  13. BEGIN
  14.     "-- FileIO External Factory. 9feb93 JT¥0",
  15.     "FileIO¥0",
  16.     "ISS    mNew, mode, fileNameOrType  --Creates a new instance of the XObject¥0", 
  17.     "X      mDispose                --Disposes of XObject instance.¥0",
  18.     "II     mWriteChar, charNum     --Writes a single character. Returns error code¥0",
  19.     "IS     mWriteString, string    --Writes out a string of chars. Returns error code¥0",
  20.     "I      mReadChar       --Returns a single character¥0",
  21.     "S      mReadWord       --Returns the next word of an input file¥0",
  22.     "S      mReadLine       --Returns the next line of an input file¥0",
  23.     "S      mReadFile       --Returns the remainder of the file¥0",
  24.     "SSS    mReadToken, breakString, skipString¥0",
  25.     "I      mGetPosition    --Returns the file position¥0",
  26.     "II     mSetPosition, newPos    --Sets the file position. Returns error code¥0",
  27.     "I      mGetLength      --Returns the number of chars in the file¥0"
  28.     "ISS    mSetFinderInfo, typeString, creatorString¥0",
  29.     "S      mGetFinderInfo  --Gets the finder info¥0",
  30.     "S      mFileName       --Returns the name of the file¥0",
  31.     "I      mDelete         --Delete the file and dispose of me¥0",
  32.     "I      mStatus         --Returns result code of the last file io activity¥0",
  33.     "SI     +mError, errorCode  --Returns error message string¥0",
  34.     "V      mReadPICT           --Return handle to Metafile¥0",
  35.     "S      mNativeFileName     --Returns the native (dos) name of the file¥0",
  36.     "II     +mSetOverrideDrive, driveLetter --Set override drive letter ('A' - 'Z') to use when loading linked castmembers.  Use 0x00 to clear override.¥0",
  37.     "¥0¥0"
  38. END
  39.